home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / polardrw / data.z / main.dfm / main.txt
Text File  |  1999-05-18  |  1KB  |  64 lines

  1. object FormClock: TFormClock
  2.   Left = 194
  3.   Top = 207
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Clock'
  7.   ClientHeight = 236
  8.   ClientWidth = 334
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object PolarDraw: TPolarDraw
  18.     Left = 8
  19.     Top = 8
  20.     Width = 233
  21.     Height = 217
  22.     TabOrder = 0
  23.     ControlData = {
  24.       00000100151800006D160000A000000000000000640000000000C0C0C000FFFF
  25.       FF000000FF000000FF0080808000000000000400000001000000000000010000
  26.       0007000000000000000000000079570000F34D0000C6410000812E0000370200
  27.       0037020000000000000000000000000000080008000200FFFFFFFF0072DD0000
  28.       72DD0000010001000000000000000000}
  29.   end
  30.   object Close: TButton
  31.     Left = 256
  32.     Top = 8
  33.     Width = 75
  34.     Height = 25
  35.     Cancel = True
  36.     Caption = 'Close'
  37.     TabOrder = 1
  38.     OnClick = CloseClick
  39.   end
  40.   object CheckBoxBorder: TCheckBox
  41.     Left = 256
  42.     Top = 184
  43.     Width = 57
  44.     Height = 17
  45.     Caption = '&Border'
  46.     TabOrder = 2
  47.     OnClick = CheckBoxBorderClick
  48.   end
  49.   object CheckBoxTicking: TCheckBox
  50.     Left = 256
  51.     Top = 208
  52.     Width = 97
  53.     Height = 17
  54.     Caption = 'Ticking'
  55.     TabOrder = 3
  56.     OnClick = CheckBoxTickingClick
  57.   end
  58.   object Timer: TTimer
  59.     OnTimer = TimerTimer
  60.     Left = 296
  61.     Top = 48
  62.   end
  63. end
  64.